home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n09.zip / SECURE.ZIP / AWAY.BAT < prev    next >
DOS Batch File  |  1992-06-19  |  318b  |  17 lines

  1. @ECHO OFF
  2. REM This is AWAY.BAT
  3. IF %1!==! GOTO OOPS
  4. DOSKEY DIR=BREAK_IN %1
  5. DOSKEY CLS=BREAK_IN %1
  6. DOSKEY ERASE=BREAK_IN %1
  7. DOSKEY DEL=BREAK_IN %1
  8. DOSKEY TYPE=BREAK_IN %1
  9. DOSKEY COPY=BREAK_IN %1
  10. GOTO END
  11. :OOPS
  12. ECHO 
  13. ECHO You forgot to enter the
  14. ECHO telephone number or
  15. ECHO extension after the %0
  16. :END
  17.